home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / win / avi2mpeg / rawrip.txt < prev    next >
Encoding:
Text File  |  1997-01-01  |  1.6 KB  |  36 lines

  1. RawRip - By Mike Negus
  2.  
  3. First read the DMPEG.DOC file to learn how a RAW file should be created from
  4. an MPEG.  Once you have created a RAW file with DMPEG (either 8 or 24-bit with
  5. the -d4 option) you can run it through my RawRip program to create a DIB 
  6. sequence.  Each DIB file (which is also compatible with the BMP file format)
  7. is a frame of the converted MPEG video.  This sequence can then be used by
  8. Microsoft's Video for Windows to create an AVI or each DIB file can be edited
  9. by any Bitmap editor.
  10.  
  11. There are two options that I've incorporated with this program.  The first is
  12. a start frame option which allows you to start conversion at whatever frame in
  13. the sequence you choose.  The other is a lightness option which lets you
  14. lighten up the sequence if it is too dark.  The range of this option is from
  15. 0 to 255.  255 lightens the most and will give give a bunch of white frames.
  16. I've allowed numbers greater than 255 because it creates "neat" effects like
  17. a negative does.  Try a lightness factor of 450 or 1000 to see what I mean.  
  18.  
  19. To use rawrip with an 8-bit or 24-bit raw file called test.raw starting at
  20. frame 10 with lightness factor 25:
  21.  
  22. rawrip test.raw s10 l25
  23.  
  24. Using with no options:
  25.  
  26. rawrip test.raw
  27.  
  28. This will default to frame 0 and a lightness factor of 0.
  29.  
  30. I had a lot of fun making this program and figuring out the DIB/BMP formats so
  31. this is FREE to whoever wants it.  If you have a program that creates MPEG's
  32. or does what my program does but better AND IS SHAREWARE then please post it on
  33. the INTERNET for others like myself to get and use.
  34.  
  35. -Mike Negus
  36. E-MAIL: men0348@isc.rit.edu